Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ExtJS Interview Questions and Answers

Question: What is syntax for Extjs Button click event?
Answer: Ext.onReady(function() {
Ext.get('myButton').on('click', function(){
alert("You clicked the button");
});
});
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook